[INFO] cloning repository https://github.com/lucaswilliameufrasio/domain-verifier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucaswilliameufrasio/domain-verifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucaswilliameufrasio%2Fdomain-verifier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucaswilliameufrasio%2Fdomain-verifier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03497a57baade9c89d0b1876ce2c30b94c9110e7
[INFO] fixing lucaswilliameufrasio/domain-verifier against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucaswilliameufrasio%2Fdomain-verifier" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lucaswilliameufrasio/domain-verifier
[INFO] finished tweaking git repo https://github.com/lucaswilliameufrasio/domain-verifier
[INFO] tweaked toml for git repo https://github.com/lucaswilliameufrasio/domain-verifier written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lucaswilliameufrasio/domain-verifier on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lucaswilliameufrasio/domain-verifier already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tower-http v0.6.4
[INFO] [stderr]   Downloaded cc v1.2.22
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.41
[INFO] [stderr]   Downloaded zerocopy v0.8.41
[INFO] [stderr]   Downloaded tokio v1.45.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6
[INFO] running `Command { std: "docker" "start" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling zerocopy v0.8.41
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking arc-swap v1.8.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking mimalloc v0.1.48
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking tower-http v0.6.4
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking disposable-domain-verifier v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: cannot write into `NamedTempFile`
[INFO] [stdout]    --> src/main.rs:248:18
[INFO] [stdout]     |
[INFO] [stdout] 248 |         writeln!(file, "example.com").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1657:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `NamedTempFile` here
[INFO] [stdout] note: must implement `io::Write`, `fmt::Write`, or have a `write_fmt` method
[INFO] [stdout]    --> src/main.rs:248:18
[INFO] [stdout]     |
[INFO] [stdout] 248 |         writeln!(file, "example.com").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_fmt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 237 +     use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: cannot write into `NamedTempFile`
[INFO] [stdout]    --> src/main.rs:249:18
[INFO] [stdout]     |
[INFO] [stdout] 249 |         writeln!(file, "  SPAM.ORG  ").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1657:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `NamedTempFile` here
[INFO] [stdout] note: must implement `io::Write`, `fmt::Write`, or have a `write_fmt` method
[INFO] [stdout]    --> src/main.rs:249:18
[INFO] [stdout]     |
[INFO] [stdout] 249 |         writeln!(file, "  SPAM.ORG  ").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_fmt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 237 +     use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: cannot write into `NamedTempFile`
[INFO] [stdout]    --> src/main.rs:250:18
[INFO] [stdout]     |
[INFO] [stdout] 250 |         writeln!(file, "# comment").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1657:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `NamedTempFile` here
[INFO] [stdout] note: must implement `io::Write`, `fmt::Write`, or have a `write_fmt` method
[INFO] [stdout]    --> src/main.rs:250:18
[INFO] [stdout]     |
[INFO] [stdout] 250 |         writeln!(file, "# comment").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_fmt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 237 +     use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: cannot write into `NamedTempFile`
[INFO] [stdout]    --> src/main.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |         writeln!(file, "").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1657:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `NamedTempFile` here
[INFO] [stdout] note: must implement `io::Write`, `fmt::Write`, or have a `write_fmt` method
[INFO] [stdout]    --> src/main.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |         writeln!(file, "").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_fmt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 237 +     use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: cannot write into `NamedTempFile`
[INFO] [stdout]    --> src/main.rs:252:18
[INFO] [stdout]     |
[INFO] [stdout] 252 |         writeln!(file, "disposable.net").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1657:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `NamedTempFile` here
[INFO] [stdout] note: must implement `io::Write`, `fmt::Write`, or have a `write_fmt` method
[INFO] [stdout]    --> src/main.rs:252:18
[INFO] [stdout]     |
[INFO] [stdout] 252 |         writeln!(file, "disposable.net").unwrap();
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_fmt` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 237 +     use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/main.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let app = create_app(state);
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/main.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let address = SocketAddr::from((IpAddr::from(Ipv6Addr::UNSPECIFIED), port.parse()?));
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `disposable-domain-verifier` (bin "disposable-domain-verifier" test) due to 5 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6", kill_on_drop: false }`
[INFO] [stdout] e25399075d28e9f6d734da35c35ed32863f7f390f9248087c8bc3f262b53e6f6
